home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFRMCODEEXPLORER / TFRMCODEEXPLORER.txt
Text File  |  2006-04-19  |  4KB  |  198 lines

  1. object frmCodeExplorer: TfrmCodeExplorer
  2.   Left = 330
  3.   Top = 209
  4.   BorderStyle = bsSizeToolWin
  5.   Caption = 'Code Explorer'
  6.   ClientHeight = 325
  7.   ClientWidth = 208
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Shell Dlg 2'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = True
  16.   ShowHint = True
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object tvObjects: TTreeView
  23.     Left = 0
  24.     Top = 0
  25.     Width = 208
  26.     Height = 325
  27.     HelpContext = 4480
  28.     Align = alClient
  29.     Images = frmTop.ilIObjects
  30.     Indent = 19
  31.     RightClickSelect = True
  32.     TabOrder = 0
  33.     OnChange = tvObjectsChange
  34.     OnCollapsing = tvObjectsCollapsing
  35.     OnCompare = tvObjectsCompare
  36.     OnContextPopup = tvObjectsContextPopup
  37.     OnDblClick = tvObjectsDblClick
  38.     OnDeletion = tvObjectsDeletion
  39.     OnEdited = tvObjectsEdited
  40.     OnEditing = tvObjectsEditing
  41.     OnExpanding = tvObjectsExpanding
  42.     OnExpanded = tvObjectsExpanded
  43.   end
  44.   object barMan: TdxBarManager
  45.     AllowReset = False
  46.     Font.Charset = DEFAULT_CHARSET
  47.     Font.Color = clWindowText
  48.     Font.Height = -11
  49.     Font.Name = 'Tahoma'
  50.     Font.Style = []
  51.     Bars = <>
  52.     CanCustomize = False
  53.     Categories.Strings = (
  54.       'Default')
  55.     Categories.ItemsVisibles = (
  56.       2)
  57.     Categories.Visibles = (
  58.       True)
  59.     Images = frmTop.ilmenu
  60.     PopupMenuLinks = <>
  61.     Style = bmsOffice11
  62.     UseSystemFont = True
  63.     Left = 80
  64.     Top = 240
  65.     DockControlHeights = (
  66.       0
  67.       0
  68.       0
  69.       0)
  70.     object bbGoto: TdxBarButton
  71.       Caption = 'Goto'
  72.       Category = 0
  73.       Hint = 'Goto'
  74.       Visible = ivAlways
  75.       OnClick = tvObjectsDblClick
  76.     end
  77.     object bbRefresh: TdxBarButton
  78.       Caption = 'Refresh'
  79.       Category = 0
  80.       Hint = 'Refresh'
  81.       Visible = ivAlways
  82.       ImageIndex = 207
  83.       OnClick = miRefreshClick
  84.     end
  85.     object bbOpen: TdxBarButton
  86.       Caption = 'Open'
  87.       Category = 0
  88.       Hint = 'Open'
  89.       Visible = ivAlways
  90.       ImageIndex = 1
  91.       OnClick = miOpenClick
  92.     end
  93.     object bbCopy: TdxBarButton
  94.       Caption = 'Copy'
  95.       Category = 0
  96.       Hint = 'Copy'
  97.       Visible = ivAlways
  98.       ImageIndex = 8
  99.       OnClick = miCopyClick
  100.     end
  101.     object bbRename: TdxBarButton
  102.       Caption = 'Rename'
  103.       Category = 0
  104.       Hint = 'Rename'
  105.       Visible = ivAlways
  106.       OnClick = miRenameClick
  107.     end
  108.     object bbDelete: TdxBarButton
  109.       Caption = 'Delete'
  110.       Category = 0
  111.       Hint = 'Delete'
  112.       Visible = ivAlways
  113.       OnClick = miDeleteClick
  114.     end
  115.     object bbEditNodes: TdxBarButton
  116.       Caption = 'EditNodes'
  117.       Category = 0
  118.       Hint = 'EditNodes'
  119.       Visible = ivAlways
  120.       OnClick = miEditNodesClick
  121.     end
  122.     object bbSaveContent: TdxBarButton
  123.       Caption = 'SaveContent'
  124.       Category = 0
  125.       Hint = 'SaveContent'
  126.       Visible = ivAlways
  127.       OnClick = miSaveContentClick
  128.     end
  129.     object bbDockable: TdxBarButton
  130.       Caption = 'Dockable'
  131.       Category = 0
  132.       Hint = 'Dockable'
  133.       Visible = ivAlways
  134.       ButtonStyle = bsChecked
  135.       OnClick = miDockableClick
  136.     end
  137.     object bbClose: TdxBarButton
  138.       Caption = 'Close'
  139.       Category = 0
  140.       Hint = 'Close'
  141.       Visible = ivAlways
  142.       OnClick = miCloseClick
  143.     end
  144.   end
  145.   object popupCodeExplorer: TdxBarPopupMenu
  146.     BarManager = barMan
  147.     ItemLinks = <
  148.       item
  149.         Item = bbGoto
  150.         Visible = True
  151.       end
  152.       item
  153.         Item = bbRefresh
  154.         Visible = True
  155.       end
  156.       item
  157.         BeginGroup = True
  158.         Item = bbOpen
  159.         Visible = True
  160.       end
  161.       item
  162.         Item = bbCopy
  163.         Visible = True
  164.       end
  165.       item
  166.         Item = bbRename
  167.         Visible = True
  168.       end
  169.       item
  170.         Item = bbDelete
  171.         Visible = True
  172.       end
  173.       item
  174.         BeginGroup = True
  175.         Item = bbEditNodes
  176.         Visible = True
  177.       end
  178.       item
  179.         Item = bbSaveContent
  180.         Visible = True
  181.       end
  182.       item
  183.         BeginGroup = True
  184.         Item = bbDockable
  185.         Visible = True
  186.       end
  187.       item
  188.         BeginGroup = True
  189.         Item = bbClose
  190.         Visible = True
  191.       end>
  192.     UseOwnFont = False
  193.     OnPopup = pmPopupPopup
  194.     Left = 75
  195.     Top = 105
  196.   end
  197. end
  198.